2027 Constructor
Changes 5
C

ElementMulticategoryFilter(ICollection<BuiltInCategory>, Boolean)

Description:
Constructs a new instance of a filter to match elements by built-in category, with the option to match all elements which are not of the given category.
public ElementMulticategoryFilter(
	ICollection<BuiltInCategory> categories,
	bool inverted
)
  • ICollection<BuiltInCategory>
    categories
    The built-in categories to match.
  • Boolean
    inverted
    True if the filter should match all elements which are not of the given built-in categories.